StytchAPIUnreachableError

data class StytchAPIUnreachableError(val message: String, val exception: Throwable? = null) : StytchError

An error class that occurs when Stytch SDK cannot reach the API

Constructors

Link copied to clipboard
fun StytchAPIUnreachableError(message: String, exception: Throwable? = null)

Properties

Link copied to clipboard
val exception: Throwable? = null
Link copied to clipboard
open override val message: String